Spread Windows Forms 12.0 Product Documentation
SetReference(IEvaluationContext,RangeReference[],IReferenceSource) Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IValue Interface > SetReference Method : SetReference(IEvaluationContext,RangeReference[],IReferenceSource) Method
An IEvaluationContext value indicates the evaluation context.
An array of RangeReference represents the range references.
An IReferenceSource value indicates the reference source.
Sets the value of this IValue to the specified reference array.
Syntax
'Declaration
 
Overloads Sub SetReference( _
   ByVal context As IEvaluationContext, _
   ByVal rangeRefs() As RangeReference, _
   ByVal refSource As IReferenceSource _
) 
'Usage
 
Dim instance As IValue
Dim context As IEvaluationContext
Dim rangeRefs() As RangeReference
Dim refSource As IReferenceSource
 
instance.SetReference(context, rangeRefs, refSource)
void SetReference( 
   IEvaluationContext context,
   RangeReference[] rangeRefs,
   IReferenceSource refSource
)

Parameters

context
An IEvaluationContext value indicates the evaluation context.
rangeRefs
An array of RangeReference represents the range references.
refSource
An IReferenceSource value indicates the reference source.
See Also

Reference

IValue Interface
IValue Members
Overload List